$ Strpreg_replace ([attach] is, 111, $ str ); how to replace 111 with executable PHP code $ str = preg_replace ("/\ [attach \]/is", "111", $ str ); how to replace 111 with executable PHP code
For example, $ str = preg_replace ("/\ [attach \]/is", "
$str =preg_replace ("/\[attach\]/is", "111", $STR); This sentence how to replace 111 to executable PHP code
$str =preg_replace ("/\[attach\]/is", "111", $STR); This sentence how to replace 111 to executable PHP code
such as $str=preg_replace
PHP uses arrays to replace matching items in strings in sequence, and php arrays to replace strings. PHP uses an array to replace the matching items in the string in sequence. The php array replaces the string to see the SQL statement: select *
str_replace -substring substitution [str_replace]Mixed Str_replace (mixed $search, mixed $replace, mixed $subject [, int & $count])php function str_replace: Returns a string or array. The string or array is the result of replacing all search in
1 string Case function Strtoupper ($STR) strtolower ($STR)2String cut function Explode (',', $STR) Join (',', $str) Implode (',', $str)3 string length function strlen ($STR)4String repetition function str_repeat ($STR,2)5 string First
1. preg_match-performs a regular expression matchint Preg_match (string $pattern, String $subject [, Array & $matches [, int $flags = 0 [, int $offset = 0]])
Searches for a match between the subject and the regular expression given by the
Some string operation functions in PHP that can replace regular expression functions and php regular expressions. Some string operation functions in PHP that can replace regular expression functions. php regular expression 0x01: perform lexical
Strtr (string, from, to): Start to replace each character. Take the shorter character from and to as the standard. For example: strtr (aidenliu, ai, B) only Replace the output in the original string: bidenliustrtr (aidenliu, a, bc) only replace the
Str_replace
(PHP 4, PHP 5)
Str_replace-replace all occurrences to the search string with the replacement string
DescriptionMixed Str_replace (mixed
$search, mixed
$replace, mixed
$subject[, int
&$count] )
This function returns a string or "an
This article mainly introduces how to use str (string) in python3, which is very detailed. operations on various str strings in python3 are included in this article, if you want to learn more, let's take a look. This article mainly introduces how to
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.